1.6.2:
- Fixed crash if Excel document contained gradient fill or traces of gradient fill setup.
1.6:
- Cells with multi styling feature will now have their text from its runs merged so that normal Cell.Value can read the text.
- Cells with multi styling feature will now have its style runs read and stored on the Cell object.
- Added StyleRuns property to the Cell class.
- Added Run class.
1.5:
- Added support for reading cells with Excel inline string tags.
- Fixed issue in the example project.
1.4:
- ColumnNumber on Cell was before documented as Zero based but was actually one based. It is now Zero based.
- Added RowNumber property on the cell class.
- Added DefinedName method on the cell class.
- Added DefinedNames function on the Workbook class.
- Added Owner property on the Worksheet class.
- Added DefinedName class.
- Added APIv2 support.
1.3.1:
- Fixed bug on Windows systems where date cells could sometimes be incorrectly read.
1.3:
- Improved how the documents catalog is read so that there is no longer chance of data mix up between tabs if sheets havebeen swapped around.
1.2:
- Added FormatCode property to the Format class.
- Added the constant Custom to the CellType enum.
1.1.2:
- Fixed issue that could cause the ExcelReader to read row number 100 incorrectly.
1.1:
- Reading info about cell merges is now supported.
- Added MergeInfo property to the Cell class.
- Added New class called CellMergeInfo
- Added CellMergeInfoRecordCount read only property to the Worksheet class.
- Added CellMergeInfoRecord function to the Worksheet class.
- Added CellAddressToIndexes shared method to the Worksheet class
- Added ApplyAlignment property to the Format class
- Added HorizontalAlignment property to the Format class
- Added VerticalAlignment property to the Format class
- Added HorizontalAlignmentValues Enum to the Format class
- Added VerticalAlignmentValues Enum to the Format class
- Added AlignmentWrapText property to the Format class
- Added AlignmentTextRotation property to the Format class.
- Color conversion added support for Indexed color in addition to the existing Theme and RGB colors.
- Renamed the ForeColor property on the Format class to ForegroundColor
- Improved theme color handling
- Added support for reading fill colors.
- Added Fill class.
- Added Fill property to the Format class.
1.0:
- This is the first version, allowing simple read and reading of some formatting.